PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowAnnotationContent Class / setAnnotationHeight Method
The height of the annotation drawn on the page.
In This Topic
    setAnnotationHeight Method
    In This Topic
    Sets the annotation height.
    The value represents either a percentage (0 to 100) or an absolute value based on the value returned by method.
    Syntax
    public void setAnnotationHeight( 
       double annotationHeight
    )

    Parameters

    annotationHeight
    The height of the annotation drawn on the page.
    Exceptions
    ExceptionDescription
    Thrown when Height is set to a value less than 0.
    See Also